fix: remove fallback for int8 and int16 types with native Parquet readers#2197
fix: remove fallback for int8 and int16 types with native Parquet readers#2197mbutrovich wants to merge 3 commits into
Conversation
|
Running Spark SQL tests locally with |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2197 +/- ##
=============================================
- Coverage 56.12% 45.92% -10.20%
- Complexity 976 1219 +243
=============================================
Files 119 164 +45
Lines 11743 13989 +2246
Branches 2251 2369 +118
=============================================
- Hits 6591 6425 -166
- Misses 4012 6525 +2513
+ Partials 1140 1039 -101 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
You may want to undo parts of #1376 to really test the change. The changes to |
|
So instead of getting |
|
I seem to recall that I tested a |
|
I don't think the DataFusion-backed scans will ever be fully compatible. #3238 with this PR we just have it as something someone needs to opt into. |
Which issue does this PR close?
Closes #2195, #1348.
Rationale for this change
We previously fell back in a scenario where the native reader produced different results. We've now picked up appropriate DF and arrow-rs dependencies to have apache/arrow#7055.
What changes are included in this PR?
Remove the fallback.
How are these changes tested?
Existing tests.